home *** CD-ROM | disk | FTP | other *** search
- Path: dfw.dfw.net!not-for-mail
- From: ftlgeuse@dfw.dfw.net (Azazel Diabolus (aka Fetelgeuse))
- Newsgroups: comp.lang.c
- Subject: array[index]
- Date: 30 Mar 1996 05:56:44 GMT
- Organization: DFW Internet Services - DFWNet: 800-2-DFWNet
- Message-ID: <4jiies$3bh@fnord.dfw.net>
- NNTP-Posting-Host: dfw.dfw.net
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- On my platform's assembly language a[n] is the same as n[a]; is this also
- valid in C? Does array[index] give the same address as index[array]? I
- will try this after I post it but I would like to know if this is
- something defined by the ANSI standard. Thanks,
- Fetelgeuse
-
-